SextantPopupPage class¶
Defined in
Namespace: Sextant.Plugins.Popup
Assembly: Sextant.Plugins.Popup.dll
Full name: Sextant.Plugins.Popup.SextantPopupPage<T>
Modifiers: public abstract
Summary¶
Base Popup page for that implements IViewFor.
Applies to
net8.0, net8.0-windows10.0.19041, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2
Class hierarchy
classDiagram
class SextantPopupPage~T~
class SextantPopupPage
SextantPopupPage <|-- SextantPopupPage~T~
class IViewFor~TViewModel~ {
<>
}
IViewFor~TViewModel~ <|.. SextantPopupPage~T~
class IViewFor {
<>
}
IViewFor <|.. SextantPopupPage~T~
class IActivatableView {
<>
}
IActivatableView <|.. SextantPopupPage~T~
Inherits from: SextantPopupPage
Implements: IViewFor
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| ViewModel | Gets or sets the ViewModel to display. |
Fields¶
| Name | Summary |
|---|---|
| static ViewModelProperty | The view model property. |
Methods¶
| Name | Summary |
|---|---|
| OnBindingContextChanged | Invoked whenever the binding context of the page changes. Override this method to add class handling for this event. |
Inherited members
Sextant.Plugins.Popup.SextantPopupPage.ViewModelPropertySextant.Plugins.Popup.SextantPopupPage.#ctorSextant.Plugins.Popup.SextantPopupPage.OnBindingContextChangedSextant.Plugins.Popup.SextantPopupPage.BackgroundClickSextant.Plugins.Popup.SextantPopupPage.ViewModelSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseCloneSystem.Object.ReferenceEquals(System.Object,System.Object)System.Object.ToString